chore(deps): update dependency typescript to v7#1926
Conversation
|
Claude finished @renovate[bot]'s task in 40s —— View job Code reviewNo issues found. Checked for bugs and AGENTS.md compliance. This PR only touches |
|
|
🚅 Deployed to the simon.dev-pr-1926 environment in simon.dev
|
1ec937e to
1267262
Compare
1267262 to
01d7b97
Compare
| "pino-pretty": "13.1.3", | ||
| "prettier": "3.9.5", | ||
| "typescript": "6.0.3", | ||
| "typescript": "7.0.2", |
There was a problem hiding this comment.
This bump breaks CI. @typescript-eslint/eslint-plugin@8.62.1, @typescript-eslint/parser@8.62.1, and @typescript-eslint/project-service@8.62.1 all declare peerDependencies: { typescript: '>=4.8.4 <6.1.0' } (pnpm-lock.yaml:837-884), so typescript 7.0.2 falls outside their supported range. The CI run for this PR (job 86981727363) confirms it fails hard: [eslint] TypeError: Cannot read properties of undefined (reading 'Cjs') inside @typescript-eslint/typescript-estree, and separately [tsc] app/listening/[[...period]]/page.tsx(23,27): error TS2304: Cannot find name 'PageProps' — the generated Next.js route types no longer resolve under TypeScript 7. This needs @typescript-eslint/eslint-config-next/Next.js typegen support for TS7 before this upgrade can land. Fix this →
01d7b97 to
1b76feb
Compare
This PR contains the following updates:
6.0.3→7.0.2Release Notes
microsoft/TypeScript (typescript)
v7.0.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.